home *** CD-ROM | disk | FTP | other *** search
- #ifndef PRAGMA_INSTALLERNGMODULE_LIB_H
- #define PRAGMA_INSTALLERNGMODULE_LIB_H
-
- /*
- ** $VER: installerngmodule_lib.h 37.0 (11.06.2000)
- ** (C) by Jens Tröger
- **
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #pragma amicall(InstallerNGModuleBase, 0x1E, ingm_GetPriority())
- #pragma amicall(InstallerNGModuleBase, 0x24, ingm_GetDescription())
- #pragma amicall(InstallerNGModuleBase, 0x2A, ingm_PerformAction(a0))
-
- #ifdef __cplusplus
- };
- #endif
-
- #endif
-